home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / examples / fractalballs.ray < prev    next >
Text File  |  1994-08-09  |  2KB  |  49 lines

  1. /* 'balls' from Eric haines: an IFS with condensation set
  2.  * Philippe Bekaert - dpt. computer science K.U.Leuven, Leuven, Belgium
  3.  * e-mail: philippe@cs.kuleuven.ac.be */
  4.  
  5. maxdepth 3 
  6. eyep 2.1 1.3 1.7 
  7. lookp 0 0 0 
  8. up 0 0 1 
  9. fov 45 
  10. screen 400 400 
  11.  
  12. background 0.078 0.361 0.753 
  13. surface s1 
  14.     ambient 0.15 0.1 0.045 
  15.     diffuse 1 0.75 0.33 
  16. plane s1 0 0 -0.5 0 0 1 
  17. surface s2 
  18.     ambient 0.035 0.0325 0.025 
  19.     diffuse 0.5 0.45 0.35 
  20.     specular 0.8 0.8 0.8 
  21.     specpow 3 
  22.     reflect 0.8 
  23. ifs
  24.         sphere s2 0.5 0 0 0 /* texture bump 0.3 scale 0.04 0.04 0.04 */,
  25.         scale 0.333333 0.333333 0.333333 translate 0 0 0.6666667
  26.         rotate 1 0 0 -30 rotate 0 0 1 45 ,
  27.         scale 0.333333 0.333333 0.333333 translate 0 0 0.6666667
  28.         rotate 1 0 0 -30 rotate 0 0 1 165 ,
  29.         scale 0.333333 0.333333 0.333333 translate 0 0 0.6666667
  30.         rotate 1 0 0 -30 rotate 0 0 1 285 ,
  31.         scale 0.333333 0.333333 0.333333 translate 0 0 0.6666667
  32.         rotate 1 0 0 -90 rotate 0 0 1 15 ,
  33.         scale 0.333333 0.333333 0.333333 translate 0 0 0.6666667
  34.         rotate 1 0 0 -90 rotate 0 0 1 75 ,
  35.         scale 0.333333 0.333333 0.333333 translate 0 0 0.6666667
  36.         rotate 1 0 0 -90 rotate 0 0 1 135 ,
  37.         scale 0.333333 0.333333 0.333333 translate 0 0 0.6666667
  38.         rotate 1 0 0 -90 rotate 0 0 1 195 ,
  39.         scale 0.333333 0.333333 0.333333 translate 0 0 0.6666667
  40.         rotate 1 0 0 -90 rotate 0 0 1 255 ,
  41.         scale 0.333333 0.333333 0.333333 translate 0 0 0.6666667
  42.         rotate 1 0 0 -90 rotate 0 0 1 315 
  43. /*    maxdepth 4   */
  44. end
  45.  
  46. light 0.288675 point 4 3 2 
  47. light 0.288675 point 1 -4 4 
  48. light 0.288675 point -3 1 5 
  49.